See databasey on Wiktionary
{
"etymology_templates": [
{
"args": {
"1": "en",
"2": "database",
"3": "y<id:adjectival>"
},
"expansion": "database + -y",
"name": "suffix"
}
],
"etymology_text": "From database + -y.",
"forms": [
{
"form": "more databasey",
"tags": [
"comparative"
]
},
{
"form": "most databasey",
"tags": [
"superlative"
]
}
],
"head_templates": [
{
"args": {},
"expansion": "databasey (comparative more databasey, superlative most databasey)",
"name": "en-adj"
}
],
"lang": "English",
"lang_code": "en",
"pos": "adj",
"senses": [
{
"categories": [
{
"kind": "other",
"name": "English entries with incorrect language header",
"parents": [],
"source": "w"
},
{
"kind": "other",
"name": "English terms suffixed with -y (adjectival)",
"parents": [],
"source": "w"
},
{
"kind": "other",
"name": "Pages with 1 entry",
"parents": [],
"source": "w"
},
{
"kind": "other",
"name": "Pages with entries",
"parents": [],
"source": "w"
}
],
"examples": [
{
"bold_text_offsets": [
[
316,
325
]
],
"ref": "1989, Danny Goodman, Gordon McComb, “Database Strategies”, in Hands-On Excel, 2nd edition, Glenview, Ill.: Scott, Foresman and Company, →ISBN, part I (Principles for Power Users), page 136:",
"text": "Some of the example models I used in the Spreadsheet Strategies chapter could be constructed on database programs in one form or another. Likewise, some of the examples I’ll provide in this database chapter will look suspiciously like a spreadsheet application. About the only thing that makes one application more “databasey” than another is when you call the Set Database, Set Criteria, and Extract commands on the Data menu.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
37,
46
]
],
"ref": "1990, UNIX Review, volume 8, San Francisco, Calif.: Miller Freeman Publications, →ISSN, →OCLC, page 68, column 1:",
"text": "A large class of what we might call “databasey” applications implement some form of caching.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
211,
220
]
],
"ref": "1996 December, Tim Nott, “[Sparring partners] Microsoft Office 97”, in Personal Computer World, London: VNU Business Publications, →ISSN, →OCLC, page 170, column 1:",
"text": "Beginning with a roll-call, we have brand-new versions of everything — all with the “97” suffix. Word, as ever, processes text, while Excel looks after the figures, PowerPoint creates presentations, Access does databasey things, and Outlook replaces the Schedule Plus personal organiser.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
78,
87
]
],
"ref": "1997 May 4, Ned Snell, “Organizing, Analyzing & Charting Data”, in The Comprehensive Guide to Microsoft Office 97, Research Triangle Park, N.C.: Ventana, →ISBN, section V (Excel), page 502:",
"text": "In that spirit, this concluding Excel chapter provides a tour of some of the “databasey” things Excel can do with data.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
80,
89
]
],
"ref": "1997 May 8, Dan Gookin, “Lesson 9-1: Asking for Arrays”, in C For Dummies, volume II, Foster City, Calif.: IDG Books Worldwide, →ISBN, chapter 9 (Arrays and Strings and Things), page 622:",
"text": "Because an array is essentially a collection of stuff in a database, you can do databasey things with arrays: List them, sort them, unsort them, create bogus databases for the IRS, and so on.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
167,
176
]
],
"ref": "1998, Sharon J. Podlin, “Designing the Sales Management System”, in Hands On Access 97, Rocklin, Calif.: Prima Publishing, →ISBN, project 1 (The Store Management System), page 117:",
"text": "If you are used to working with spreadsheets like Excel you may feel comfortable using the datasheet. However, if you want to use something that looks and feels more ‘databasey’ (Yes, this is a highly technical term meaning like a database!) you’ll want to create forms.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
21,
30
]
],
"ref": "1999 May, Dan Gookin, Sandy Gookin, “Task 1: How to Sort Data”, in How to Use Microsoft Excel 2000 […], Indianapolis, Ind.: Sams, →ISBN, chapter 6 (Sprucing Up the Worksheet), page 100, column 2:",
"text": "Sorting is kind of a databasey thing, so select a block of cells in your document that contains a table of information, such as names, addresses, or any other type of data that appears in a table.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
61,
70
]
],
"ref": "2004, Joanne Steinhart, editor, MSDN Magazine, volume 19, San Francisco, Calif.: CMP Media, →ISSN, →OCLC, page 8, column 2:",
"text": "It’s an impressive list of features, even the weird-sounding databasey stuff that developers only hear about as they congregate around the Jolt cooler at work.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
254,
263
]
],
"ref": "2004 March, Hal Helms, “Adventures in Encapsulation; Part 2: Talking OO: Learning to think in ‘objects’”, in Robert Diamond, editor, ColdFusion Developer’s Journal, volume 6, number 3, Montvale, N.J.: SYS-CON Publications, →ISSN, →OCLC, page 25, column 1:",
"text": "JOHN: […] I think you made a mistake, though, on the getClient and setClient methods. You say the type is Client, but isn’t it really a string called clientID? HAL: What is clientID? JOHN: It's a column in the datab— HAL: Exactly. Purge your mind of all databasey thoughts, Grasshopper. If I’m a Storyboard and you want to know who owns me, will it really be helpful if I tell you “211154”? Nope, you want me to pull my owner out of my pocket when you say getClient.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
408,
417
]
],
"ref": "2018 March 28, Ben Stopford, “Kafka Is Like a Database?”, in Designing Event-Driven Systems: Concepts and Patterns for Streaming Services with Apache Kafka, Sebastopol, Calif.: O’Reilly, →ISBN, page 15:",
"text": "Some people like to compare Kafka to a database. It certainly comes with similar features. It provides storage; production topics with hundreds of terabytes are not uncommon. It has a SQL interface that lets users define queries and execute them over the data held in the log. These can be piped into views that users can query directly. It also supports transactions. These are all things that sound quite “databasey” in nature!",
"type": "quotation"
},
{
"bold_text_offsets": [
[
18,
27
]
],
"ref": "2022, Eileen Gunn, “Night Shift at NanoGobblers”, in Night Shift […] (PM Press Outspoken Authors; 29), Oakland, Calif.: PM Press, →ISBN, page 41:",
"text": "He’s developing a databasey sense of humor, and has just reached the brainy-four-year-old level—or he’s malfunctioning in some way, but I can’t put my finger on how. Maybe it’s a language-sim glitch.",
"type": "quotation"
}
],
"glosses": [
"Resembling or characteristic of a database."
],
"id": "en-databasey-en-adj-mobJcNW3",
"links": [
[
"database",
"database"
]
],
"raw_glosses": [
"(informal) Resembling or characteristic of a database."
],
"tags": [
"informal"
]
}
],
"word": "databasey"
}
{
"etymology_templates": [
{
"args": {
"1": "en",
"2": "database",
"3": "y<id:adjectival>"
},
"expansion": "database + -y",
"name": "suffix"
}
],
"etymology_text": "From database + -y.",
"forms": [
{
"form": "more databasey",
"tags": [
"comparative"
]
},
{
"form": "most databasey",
"tags": [
"superlative"
]
}
],
"head_templates": [
{
"args": {},
"expansion": "databasey (comparative more databasey, superlative most databasey)",
"name": "en-adj"
}
],
"lang": "English",
"lang_code": "en",
"pos": "adj",
"senses": [
{
"categories": [
"English adjectives",
"English entries with incorrect language header",
"English informal terms",
"English lemmas",
"English terms suffixed with -y (adjectival)",
"English terms with quotations",
"Pages with 1 entry",
"Pages with entries"
],
"examples": [
{
"bold_text_offsets": [
[
316,
325
]
],
"ref": "1989, Danny Goodman, Gordon McComb, “Database Strategies”, in Hands-On Excel, 2nd edition, Glenview, Ill.: Scott, Foresman and Company, →ISBN, part I (Principles for Power Users), page 136:",
"text": "Some of the example models I used in the Spreadsheet Strategies chapter could be constructed on database programs in one form or another. Likewise, some of the examples I’ll provide in this database chapter will look suspiciously like a spreadsheet application. About the only thing that makes one application more “databasey” than another is when you call the Set Database, Set Criteria, and Extract commands on the Data menu.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
37,
46
]
],
"ref": "1990, UNIX Review, volume 8, San Francisco, Calif.: Miller Freeman Publications, →ISSN, →OCLC, page 68, column 1:",
"text": "A large class of what we might call “databasey” applications implement some form of caching.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
211,
220
]
],
"ref": "1996 December, Tim Nott, “[Sparring partners] Microsoft Office 97”, in Personal Computer World, London: VNU Business Publications, →ISSN, →OCLC, page 170, column 1:",
"text": "Beginning with a roll-call, we have brand-new versions of everything — all with the “97” suffix. Word, as ever, processes text, while Excel looks after the figures, PowerPoint creates presentations, Access does databasey things, and Outlook replaces the Schedule Plus personal organiser.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
78,
87
]
],
"ref": "1997 May 4, Ned Snell, “Organizing, Analyzing & Charting Data”, in The Comprehensive Guide to Microsoft Office 97, Research Triangle Park, N.C.: Ventana, →ISBN, section V (Excel), page 502:",
"text": "In that spirit, this concluding Excel chapter provides a tour of some of the “databasey” things Excel can do with data.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
80,
89
]
],
"ref": "1997 May 8, Dan Gookin, “Lesson 9-1: Asking for Arrays”, in C For Dummies, volume II, Foster City, Calif.: IDG Books Worldwide, →ISBN, chapter 9 (Arrays and Strings and Things), page 622:",
"text": "Because an array is essentially a collection of stuff in a database, you can do databasey things with arrays: List them, sort them, unsort them, create bogus databases for the IRS, and so on.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
167,
176
]
],
"ref": "1998, Sharon J. Podlin, “Designing the Sales Management System”, in Hands On Access 97, Rocklin, Calif.: Prima Publishing, →ISBN, project 1 (The Store Management System), page 117:",
"text": "If you are used to working with spreadsheets like Excel you may feel comfortable using the datasheet. However, if you want to use something that looks and feels more ‘databasey’ (Yes, this is a highly technical term meaning like a database!) you’ll want to create forms.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
21,
30
]
],
"ref": "1999 May, Dan Gookin, Sandy Gookin, “Task 1: How to Sort Data”, in How to Use Microsoft Excel 2000 […], Indianapolis, Ind.: Sams, →ISBN, chapter 6 (Sprucing Up the Worksheet), page 100, column 2:",
"text": "Sorting is kind of a databasey thing, so select a block of cells in your document that contains a table of information, such as names, addresses, or any other type of data that appears in a table.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
61,
70
]
],
"ref": "2004, Joanne Steinhart, editor, MSDN Magazine, volume 19, San Francisco, Calif.: CMP Media, →ISSN, →OCLC, page 8, column 2:",
"text": "It’s an impressive list of features, even the weird-sounding databasey stuff that developers only hear about as they congregate around the Jolt cooler at work.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
254,
263
]
],
"ref": "2004 March, Hal Helms, “Adventures in Encapsulation; Part 2: Talking OO: Learning to think in ‘objects’”, in Robert Diamond, editor, ColdFusion Developer’s Journal, volume 6, number 3, Montvale, N.J.: SYS-CON Publications, →ISSN, →OCLC, page 25, column 1:",
"text": "JOHN: […] I think you made a mistake, though, on the getClient and setClient methods. You say the type is Client, but isn’t it really a string called clientID? HAL: What is clientID? JOHN: It's a column in the datab— HAL: Exactly. Purge your mind of all databasey thoughts, Grasshopper. If I’m a Storyboard and you want to know who owns me, will it really be helpful if I tell you “211154”? Nope, you want me to pull my owner out of my pocket when you say getClient.",
"type": "quotation"
},
{
"bold_text_offsets": [
[
408,
417
]
],
"ref": "2018 March 28, Ben Stopford, “Kafka Is Like a Database?”, in Designing Event-Driven Systems: Concepts and Patterns for Streaming Services with Apache Kafka, Sebastopol, Calif.: O’Reilly, →ISBN, page 15:",
"text": "Some people like to compare Kafka to a database. It certainly comes with similar features. It provides storage; production topics with hundreds of terabytes are not uncommon. It has a SQL interface that lets users define queries and execute them over the data held in the log. These can be piped into views that users can query directly. It also supports transactions. These are all things that sound quite “databasey” in nature!",
"type": "quotation"
},
{
"bold_text_offsets": [
[
18,
27
]
],
"ref": "2022, Eileen Gunn, “Night Shift at NanoGobblers”, in Night Shift […] (PM Press Outspoken Authors; 29), Oakland, Calif.: PM Press, →ISBN, page 41:",
"text": "He’s developing a databasey sense of humor, and has just reached the brainy-four-year-old level—or he’s malfunctioning in some way, but I can’t put my finger on how. Maybe it’s a language-sim glitch.",
"type": "quotation"
}
],
"glosses": [
"Resembling or characteristic of a database."
],
"links": [
[
"database",
"database"
]
],
"raw_glosses": [
"(informal) Resembling or characteristic of a database."
],
"tags": [
"informal"
]
}
],
"word": "databasey"
}
Download raw JSONL data for databasey meaning in All languages combined (6.6kB)
This page is a part of the kaikki.org machine-readable All languages combined dictionary. This dictionary is based on structured data extracted on 2026-05-06 from the enwiktionary dump dated 2026-05-01 using wiktextract (f69e205 and 9452535). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.
If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.